Skip to main content
GET
List line items grouped with their LICAs.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Query Parameters

owner_id
string<uuid> | null
line_item_status
enum<string>[] | null
Available options:
draft,
ready,
preparing,
delivering,
archived
creative_type
enum<string>[] | null
Available options:
banner,
video,
native
status
enum<string>[] | null
Available options:
inactive,
active
dashboard
enum<string> | null
Available options:
all,
expiring_soon,
inactive,
unlinked
keyword
string | null
start_date
string<date-time> | null
end_date
string<date-time> | null
page
integer
default:1
Required range: x >= 1
page_size
integer
default:10
Required range: 1 <= x <= 200

Response

Successful Response

items
LineItemLICAGroup · object[]
required
pagination
LineItemLICAPageInfo · object
required